home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Sample Code / AOCE Sample Code / SampleTemplate / Sample Template / Source / Track.h < prev    next >
Encoding:
Text File  |  1994-06-23  |  397 b   |  18 lines  |  [TEXT/MPS ]

  1.  
  2. // We store the Track properties in a common header since
  3. // they are used both by the sublist view in the Album
  4. // and by the track
  5.  
  6. #define prTrackNumber            kDETFirstDevProperty
  7. #define prTrackMinutes            (kDETFirstDevProperty + 1)
  8. #define prTrackSeconds            (kDETFirstDevProperty + 2)
  9. #define prTrackComposer            (kDETFirstDevProperty + 3)
  10. #define prTrackComments            (kDETFirstDevProperty + 4)
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.